home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / UDDIWEB.MSI / publish.context.publishservicedetails.aspx < prev    next >
Encoding:
Text File  |  2003-02-21  |  2.2 KB  |  65 lines

  1.  
  2.  
  3. <%@ Page %>
  4. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  5. <html>
  6.     <HEAD>
  7.         <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
  8.         <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  9.         <META NAME="MS.LOCALE" CONTENT="EN-US">
  10.         <!-- #include file = "publish.header.htm" -->
  11.     </head>
  12.     <body marginwidth="0" marginheight="0" LEFTMARGIN="0" TOPMARGIN="0" rightmargin="0" ONLOAD="BringToFront()">
  13.         <!-- #include file = "publish.heading.htm" -->
  14.         <table class="content" width="100%" cellpadding="8">
  15.             <tr>
  16.                 <td>
  17.                     <h1><img src="..\..\images\service.gif" height="16" width="16" alt="Service"> Service - Details</h1>
  18.                     Use the <b>Details</b> tab to view and manage the names and descriptions of this service.
  19.                     <UL>
  20.                         <li>
  21.                             <b>Service Key</b> Displays the unique key associated with this service used during programmatic queries.
  22.                         </li>
  23.                         
  24.                         <li>
  25.                             <b>Name:</b> Displays the names of this service and the language for which each 
  26.                             name is written.
  27.                             <ul>
  28.                                 <li class="action">
  29.                                     Click <b>Edit</b> to modify a name of this service.
  30.                                 </li>
  31.                                 <li class="action">
  32.                                     Click <b>Add Name</b> to add a name in a different language to this service.
  33.                                 </li>
  34.                                 <li class="action">
  35.                                     Click <b>Delete</b> to delete a name of this service. You cannot delete the last name of a service.
  36.                                 </li>
  37.  
  38.                             </ul>
  39.                         </li>
  40.                         <li>
  41.                             <b>Description:</b> Lists descriptions for this service and the language for 
  42.                             which each description is written.
  43.                         </li>
  44.                         <ul>
  45.                             <li class="action">
  46.                                 Click <b>Add Description</b> to add a description to this service.
  47.                             </li>
  48.                             <li class="action">
  49.                                 Click <b>Edit</b> to modify a description of this service.
  50.                             </li>
  51.                             <li class="action">
  52.                                 Click <b>Delete</b> to delete a description of this service.
  53.                             </li>
  54.                         </ul>
  55.                     </UL>
  56.                     <h3>More Information</h3>
  57.                     <!-- #include file = "glossary.service.htm" -->
  58.                 </td>
  59.             </tr>
  60.         </table>
  61.         <!-- #include file = "publish.footer.htm" -->
  62.     </body>
  63. </html>
  64.  
  65.